home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00049.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  92 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   go(the frame - 3)
  8. end
  9.